home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / samdu220.zip / SAMPLE.H < prev    next >
Text File  |  1993-04-01  |  367b  |  9 lines

  1. #define IDM_OPEN   10
  2. #define IDM_SAVE   20
  3. #define IDM_EXIT   30
  4.  
  5. int PASCAL WinMain( HINSTANCE hCurrentInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, UINT nCmdShow );
  6. BOOL InitApplication( HINSTANCE hInstance );
  7. BOOL InitInstance( HINSTANCE hInstance, UINT nCmdShow );
  8. long FAR PASCAL MainWndProc( HWND hWnd, UINT nMessage, UINT nParam, LONG lParam);
  9.